| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_gpio.h | 394 #define _GPIO_PORT_SIZE(port) ( \ argument 408 #define _GPIO_PORT_MASK(port) ( \ argument 423 #define GPIO_PORT_VALID(port) (_GPIO_PORT_MASK(port) != 0x0UL) argument 424 #define GPIO_PORT_PIN_VALID(port, pin) ((((_GPIO_PORT_MASK(port)) >> (pin)) & 0x1UL) == 0x1UL) argument 972 __STATIC_INLINE unsigned int GPIO_PinInGet(GPIO_Port_TypeDef port, in GPIO_PinInGet() 991 __STATIC_INLINE void GPIO_PinLock(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinLock() 1020 __STATIC_INLINE void GPIO_PinOutClear(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinOutClear() 1045 __STATIC_INLINE unsigned int GPIO_PinOutGet(GPIO_Port_TypeDef port, in GPIO_PinOutGet() 1067 __STATIC_INLINE void GPIO_PinOutSet(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinOutSet() 1094 __STATIC_INLINE void GPIO_PinOutToggle(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinOutToggle() [all …]
|
| D | em_chip.h | 202 uint32_t port; in CHIP_Init() local
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_gpio.h | 442 #define _GPIO_PORT_SIZE(port) ( \ argument 456 #define _GPIO_PORT_MASK(port) ( \ argument 471 #define GPIO_PORT_VALID(port) (_GPIO_PORT_MASK(port) != 0x0UL) argument 472 #define GPIO_PORT_PIN_VALID(port, pin) ((((_GPIO_PORT_MASK(port)) >> (pin)) & 0x1UL) == 0x1UL) argument 1057 __STATIC_INLINE unsigned int GPIO_PinInGet(GPIO_Port_TypeDef port, in GPIO_PinInGet() 1076 __STATIC_INLINE void GPIO_PinLock(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinLock() 1105 __STATIC_INLINE void GPIO_PinOutClear(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinOutClear() 1130 __STATIC_INLINE unsigned int GPIO_PinOutGet(GPIO_Port_TypeDef port, in GPIO_PinOutGet() 1152 __STATIC_INLINE void GPIO_PinOutSet(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinOutSet() 1179 __STATIC_INLINE void GPIO_PinOutToggle(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinOutToggle() [all …]
|
| D | em_chip.h | 206 uint32_t port; in CHIP_Init() local
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/ |
| D | rsi_rom_egpio.h | 68 STATIC INLINE void RSI_EGPIO_SetDir(EGPIO_Type *pEGPIO, uint8_t port, uint8_t pin, boolean_t dir) in RSI_EGPIO_SetDir() 89 STATIC INLINE void RSI_EGPIO_SetPin(EGPIO_Type *pEGPIO, uint8_t port, uint8_t pin, uint8_t val) in RSI_EGPIO_SetPin() 106 STATIC INLINE boolean_t RSI_EGPIO_GetPin(const EGPIO_Type *pEGPIO, uint8_t port, uint8_t pin) in RSI_EGPIO_GetPin() 123 STATIC INLINE boolean_t RSI_EGPIO_GetDir(const EGPIO_Type *pEGPIO, uint8_t port, uint8_t pin) in RSI_EGPIO_GetDir() 141 STATIC INLINE void RSI_EGPIO_PinIntSel(EGPIO_Type *pEGPIO, uint8_t intCh, uint8_t port, uint8_t pin) in RSI_EGPIO_PinIntSel() 384 STATIC INLINE void RSI_EGPIO_SetPinMux(EGPIO_Type *pEGPIO, uint8_t port, uint8_t pin, uint8_t mux) in RSI_EGPIO_SetPinMux() 428 STATIC INLINE void RSI_EGPIO_SetPortMask(EGPIO_Type *pEGPIO, uint8_t port, uint8_t pin) in RSI_EGPIO_SetPortMask() 445 STATIC INLINE void RSI_EGPIO_SetPortUnMask(EGPIO_Type *pEGPIO, uint8_t port, uint8_t pin) in RSI_EGPIO_SetPortUnMask() 462 STATIC INLINE void RSI_EGPIO_PortMaskedLoad(EGPIO_Type *pEGPIO, uint8_t port, uint16_t val) in RSI_EGPIO_PortMaskedLoad() 480 STATIC INLINE void RSI_EGPIO_SetPort(EGPIO_Type *pEGPIO, uint8_t port, uint16_t val) in RSI_EGPIO_SetPort() [all …]
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/ |
| D | sl_si91x_peripheral_gpio.c | 60 void sl_gpio_configure_interrupt(sl_gpio_port_t port, uint8_t pin, uint32_t int_no, sl_gpio_interru… in sl_gpio_configure_interrupt() 119 void sl_gpio_set_pin_mode(sl_gpio_port_t port, uint8_t pin, sl_gpio_mode_t mode, uint32_t output_va… in sl_gpio_set_pin_mode() 174 sl_gpio_mode_t sl_gpio_get_pin_mode(sl_gpio_port_t port, uint8_t pin) in sl_gpio_get_pin_mode() 209 void sl_si91x_gpio_set_pin_direction(uint8_t port, uint8_t pin, sl_si91x_gpio_direction_t direction) in sl_si91x_gpio_set_pin_direction() 252 uint8_t sl_si91x_gpio_get_pin_direction(uint8_t port, uint8_t pin) in sl_si91x_gpio_get_pin_direction() 432 void sl_si91x_gpio_enable_group_interrupt(sl_si91x_group_interrupt_t group_interrupt, uint8_t port,… in sl_si91x_gpio_enable_group_interrupt() 468 void sl_si91x_gpio_disable_group_interrupt(sl_si91x_group_interrupt_t group_interrupt, uint8_t port… in sl_si91x_gpio_disable_group_interrupt() 496 void sl_si91x_gpio_mask_group_interrupt(uint8_t port, sl_si91x_group_interrupt_t group_interrupt) in sl_si91x_gpio_mask_group_interrupt() 516 void sl_si91x_gpio_unmask_group_interrupt(uint8_t port, sl_si91x_group_interrupt_t group_interrupt) in sl_si91x_gpio_unmask_group_interrupt() 536 void sl_si91x_gpio_set_group_interrupt_level_edge(uint8_t port, in sl_si91x_gpio_set_group_interrupt_level_edge() [all …]
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/ |
| D | sl_si91x_peripheral_gpio.h | 73 #define _GPIO_PORT_SIZE(port) \ argument 88 #define _GPIO_PORT_MASK(port) \ argument 102 #define SL_GPIO_PORT_VALID(port) (_GPIO_PORT_MASK(port) != 0x0UL) ///< Validation of GPIO port. argument 104 #define SL_GPIO_PORT_PIN_VALID(port, pin) \ argument 308 static __INLINE void sl_gpio_set_pin_output(sl_gpio_port_t port, uint8_t pin) in sl_gpio_set_pin_output() 339 static __INLINE void sl_gpio_set_port_output(sl_gpio_port_t port, uint32_t pins) in sl_gpio_set_port_output() 365 static __INLINE void sl_gpio_set_port_output_value(sl_gpio_port_t port, uint32_t val, uint32_t mask) in sl_gpio_set_port_output_value() 386 static __INLINE void sl_gpio_set_slew_rate(sl_gpio_port_t port, uint32_t slewrate, uint32_t slewrat… in sl_gpio_set_slew_rate() 410 static __INLINE void sl_gpio_clear_pin_output(sl_gpio_port_t port, uint8_t pin) in sl_gpio_clear_pin_output() 441 static __INLINE void sl_gpio_clear_port_output(sl_gpio_port_t port, uint32_t pins) in sl_gpio_clear_port_output() [all …]
|
| D | sl_si91x_gpio_common.h | 135 #define SL_GPIO_VALIDATE_PORT(port) ((port) > 5 ? 0 : 1) ///< Validate GPIO… argument 139 #define SL_GPIO_NDEBUG_PORT_PIN(port, pin) \ argument 146 #define SL_GPIO_VALIDATE_HOST_PIN(port, pin) … argument 150 #define SL_GPIO_VALIDATE_ULP_PORT_PIN(port, pin) (port == 4 ? ((pin > 11) ? 0 : 1) : 0) ///< Valid… argument 151 #define SL_GPIO_VALIDATE_UULP_PORT_PIN(port, pin) (port == 5 ? ((pin > 5) ? 0 : 1) : 0) ///< Valid… argument
|
| /hal_silabs-latest/simplicity_sdk/platform/peripheral/inc/ |
| D | sl_hal_gpio.h | 217 #define SL_HAL_GPIO_PORT_SIZE(port) ( \ argument 231 #define SL_HAL_GPIO_PORT_MASK(port) ( \ argument 246 #define SL_HAL_GPIO_PORT_IS_VALID(port) (SL_HAL_GPIO_PORT_MASK(port) != 0x0UL) argument 249 #define SL_HAL_GPIO_PORT_PIN_IS_VALID(port, pin) ((((SL_HAL_GPIO_PORT_MASK(port)) >> (pin)) & 0x1UL… argument 431 __INLINE void sl_hal_gpio_set_port(sl_gpio_port_t port, in sl_hal_gpio_set_port() 445 __INLINE void sl_hal_gpio_set_port_value(sl_gpio_port_t port, in sl_hal_gpio_set_port_value() 459 __INLINE void sl_hal_gpio_set_slew_rate(sl_gpio_port_t port, in sl_hal_gpio_set_slew_rate() 477 __INLINE void sl_hal_gpio_set_slew_rate_alternate(sl_gpio_port_t port, in sl_hal_gpio_set_slew_rate_alternate() 496 __INLINE uint8_t sl_hal_gpio_get_slew_rate(sl_gpio_port_t port) in sl_hal_gpio_get_slew_rate() 510 __INLINE uint8_t sl_hal_gpio_get_slew_rate_alternate(sl_gpio_port_t port) in sl_hal_gpio_get_slew_rate_alternate() [all …]
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/ |
| D | sl_si91x_driver_gpio.c | 604 sl_status_t sl_si91x_gpio_driver_set_pin_direction(uint8_t port, uint8_t pin, sl_si91x_gpio_directi… in sl_si91x_gpio_driver_set_pin_direction() 675 uint8_t sl_si91x_gpio_driver_get_pin_direction(uint8_t port, uint8_t pin) in sl_si91x_gpio_driver_get_pin_direction() 900 uint8_t port, in sl_si91x_gpio_driver_enable_group_interrupt() 948 uint8_t port, in sl_si91x_gpio_driver_disable_group_interrupt() 991 sl_status_t sl_si91x_gpio_driver_mask_group_interrupt(uint8_t port, sl_si91x_group_interrupt_t grou… in sl_si91x_gpio_driver_mask_group_interrupt() 1012 sl_status_t sl_si91x_gpio_driver_unmask_group_interrupt(uint8_t port, sl_si91x_group_interrupt_t gr… in sl_si91x_gpio_driver_unmask_group_interrupt() 1033 sl_status_t sl_si91x_gpio_driver_set_group_interrupt_level_edge(uint8_t port, in sl_si91x_gpio_driver_set_group_interrupt_level_edge() 1051 uint8_t sl_si91x_gpio_driver_get_group_interrupt_level_edge(uint8_t port, sl_si91x_group_interrupt_… in sl_si91x_gpio_driver_get_group_interrupt_level_edge() 1078 uint8_t port, in sl_si91x_gpio_driver_set_group_interrupt_polarity() 1128 uint8_t port, in sl_si91x_gpio_driver_get_group_interrupt_polarity() [all …]
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/inc/ |
| D | sl_driver_gpio.h | 71 sl_gpio_port_t port; ///< GPIO port member 615 STATIC __INLINE sl_status_t sl_gpio_driver_set_port(sl_gpio_port_t port, uint32_t pins) in sl_gpio_driver_set_port() 661 STATIC __INLINE sl_status_t sl_gpio_driver_clear_port(sl_gpio_port_t port, uint32_t pins) in sl_gpio_driver_clear_port() 705 STATIC __INLINE sl_status_t sl_gpio_driver_get_port_output(sl_gpio_port_t port, uint32_t *port_valu… in sl_gpio_driver_get_port_output() 788 STATIC __INLINE sl_status_t sl_gpio_driver_set_port_output_value(sl_gpio_port_t port, uint32_t val,… in sl_gpio_driver_set_port_output_value() 823 STATIC __INLINE sl_status_t sl_gpio_driver_set_slew_rate(sl_gpio_port_t port, uint32_t slewrate, ui… in sl_gpio_driver_set_slew_rate() 859 STATIC __INLINE uint32_t sl_gpio_driver_get_port_input(sl_gpio_port_t port) in sl_gpio_driver_get_port_input() 900 STATIC __INLINE sl_status_t sl_gpio_driver_toggle_port_output(sl_gpio_port_t port, uint32_t pins) in sl_gpio_driver_toggle_port_output()
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_gpio.c | 102 void GPIO_DriveModeSet(GPIO_Port_TypeDef port, GPIO_DriveMode_TypeDef mode) in GPIO_DriveModeSet() 122 void GPIO_DriveStrengthSet(GPIO_Port_TypeDef port, in GPIO_DriveStrengthSet() 177 void GPIO_ExtIntConfig(GPIO_Port_TypeDef port, in GPIO_ExtIntConfig() 302 void GPIO_EM4WUExtIntConfig(GPIO_Port_TypeDef port, in GPIO_EM4WUExtIntConfig() 347 void GPIO_PinModeSet(GPIO_Port_TypeDef port, in GPIO_PinModeSet() 396 GPIO_Mode_TypeDef GPIO_PinModeGet(GPIO_Port_TypeDef port, in GPIO_PinModeGet()
|
| D | em_msc.c | 1971 void MSC_DmemPortMapSet(MSC_DmemMaster_TypeDef master, uint8_t port) in MSC_DmemPortMapSet() 2060 uint32_t port = 0; in MSC_PortGetCurrentPriority() local
|
| D | em_dbg.c | 92 int port; in DBG_SWOEnable() local
|
| D | em_acmp.c | 422 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, GPIO_Port_TypeDef port, in ACMP_GPIOSetup()
|
| D | em_cmu.c | 511 GPIO_Port_TypeDef port, in CMU_ClkOutPinConfig() 3158 GPIO_Port_TypeDef port, in CMU_HFXOStartCrystalSharingLeader() 3218 GPIO_Port_TypeDef port, in CMU_HFXOCrystalSharingFollowerInit()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_gpio.c | 102 void GPIO_DriveModeSet(GPIO_Port_TypeDef port, GPIO_DriveMode_TypeDef mode) in GPIO_DriveModeSet() 122 void GPIO_DriveStrengthSet(GPIO_Port_TypeDef port, in GPIO_DriveStrengthSet() 177 void GPIO_ExtIntConfig(GPIO_Port_TypeDef port, in GPIO_ExtIntConfig() 302 void GPIO_EM4WUExtIntConfig(GPIO_Port_TypeDef port, in GPIO_EM4WUExtIntConfig() 347 void GPIO_PinModeSet(GPIO_Port_TypeDef port, in GPIO_PinModeSet() 396 GPIO_Mode_TypeDef GPIO_PinModeGet(GPIO_Port_TypeDef port, in GPIO_PinModeGet()
|
| D | em_msc.c | 1977 void MSC_DmemPortMapSet(MSC_DmemMaster_TypeDef master, uint8_t port) in MSC_DmemPortMapSet() 2066 uint32_t port = 0; in MSC_PortGetCurrentPriority() local
|
| D | em_dbg.c | 89 int port; in DBG_SWOEnable() local
|
| D | em_acmp.c | 422 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, GPIO_Port_TypeDef port, in ACMP_GPIOSetup()
|
| D | em_cmu.c | 514 GPIO_Port_TypeDef port, in CMU_ClkOutPinConfig() 3186 GPIO_Port_TypeDef port, in CMU_HFXOStartCrystalSharingLeader() 3246 GPIO_Port_TypeDef port, in CMU_HFXOCrystalSharingFollowerInit()
|
| /hal_silabs-latest/simplicity_sdk/platform/driver/gpio/src/ |
| D | sl_gpio.c | 343 sl_status_t sl_gpio_set_port(sl_gpio_port_t port, in sl_gpio_set_port() 364 sl_status_t sl_gpio_clear_port(sl_gpio_port_t port, in sl_gpio_clear_port() 385 sl_status_t sl_gpio_get_port_output(sl_gpio_port_t port, in sl_gpio_get_port_output() 410 sl_status_t sl_gpio_get_port_input(sl_gpio_port_t port, in sl_gpio_get_port_input() 670 sl_status_t sl_gpio_set_slew_rate(sl_gpio_port_t port, in sl_gpio_set_slew_rate() 691 sl_status_t sl_gpio_get_slew_rate(sl_gpio_port_t port, in sl_gpio_get_slew_rate()
|
| /hal_silabs-latest/scripts/ |
| D | gen_adc.py | 121 port = m.group(2) variable
|
| /hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/src/ |
| D | sl_clock_manager_init_hal_s2.c | 200 GPIO_Port_TypeDef port = SL_CLOCK_MANAGER_HFXO_CRYSTAL_SHARING_GPIO_PORT; in init_hfxo() local
|
| D | sl_clock_manager.c | 118 uint32_t port, in sl_clock_manager_set_gpio_clock_output()
|