Hardware access layer for managing the GPIOHSPADCTRL peripheral.
More...
|
| NRF_STATIC_INLINE void | nrf_gpiohspadctrl_hs_bias_set (NRF_GPIOHSPADCTRL_Type *p_reg, uint32_t bias) |
| | Function for configuring the slew rate of the GPIO pins.
|
| |
| NRF_STATIC_INLINE uint32_t | nrf_gpiohspadctrl_hs_bias_get (NRF_GPIOHSPADCTRL_Type const *p_reg) |
| | Function for getting the slew rate setting of the GPIO pins.
|
| |
Hardware access layer for managing the GPIOHSPADCTRL peripheral.
◆ nrf_gpiohspadctrl_hs_bias_get()
| NRF_STATIC_INLINE uint32_t nrf_gpiohspadctrl_hs_bias_get |
( |
NRF_GPIOHSPADCTRL_Type const * | p_reg | ) |
|
Function for getting the slew rate setting of the GPIO pins.
- Parameters
-
| [in] | p_reg | Pointer to the structure of registers of the peripheral. |
- Returns
- Slew setting for high-speed pad.
◆ nrf_gpiohspadctrl_hs_bias_set()
| NRF_STATIC_INLINE void nrf_gpiohspadctrl_hs_bias_set |
( |
NRF_GPIOHSPADCTRL_Type * | p_reg, |
|
|
uint32_t | bias ) |
Function for configuring the slew rate of the GPIO pins.
- Parameters
-
| [in] | p_reg | Pointer to the structure of registers of the peripheral. |
| [in] | bias | Slew setting for high-speed pad. |