nrfx 4.5.0
Loading...
Searching...
No Matches
GPIOHSPADCTRL HAL

Hardware access layer for managing the GPIOHSPADCTRL peripheral. More...

Functions

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.
 

Detailed Description

Hardware access layer for managing the GPIOHSPADCTRL peripheral.

Function Documentation

◆ 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_regPointer 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_regPointer to the structure of registers of the peripheral.
[in]biasSlew setting for high-speed pad.