Home
last modified time | relevance | path

Searched refs:ctrl (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_tampc.h649 nrf_tampc_protect_t ctrl,
662 nrf_tampc_protect_t ctrl);
672 nrf_tampc_protect_t ctrl,
685 nrf_tampc_protect_t ctrl);
1738 nrf_tampc_protect_t ctrl, in nrf_tampc_protector_ctrl_value_set() argument
1742 ((NRF_TAMPC_PROTECT_ACTIVESHIELD_Type *)((uint8_t *)p_reg + (uint32_t)ctrl)); in nrf_tampc_protector_ctrl_value_set()
1756 nrf_tampc_protect_t ctrl) in nrf_tampc_protector_ctrl_value_get() argument
1759 ((NRF_TAMPC_PROTECT_ACTIVESHIELD_Type const *)((uint8_t const *)p_reg + (uint32_t)ctrl)); in nrf_tampc_protector_ctrl_value_get()
1767 nrf_tampc_protect_t ctrl, in nrf_tampc_protector_ctrl_lock_set() argument
1771 ((NRF_TAMPC_PROTECT_ACTIVESHIELD_Type *)((uint8_t *)p_reg + (uint32_t)ctrl)); in nrf_tampc_protector_ctrl_lock_set()
[all …]
Dnrf_gpio.h882 NRF_STATIC_INLINE void nrf_gpio_pin_control_select(uint32_t pin_number, nrf_gpio_pin_sel_t ctrl);
1469 NRF_STATIC_INLINE void nrf_gpio_pin_control_select(uint32_t pin_number, nrf_gpio_pin_sel_t ctrl) in nrf_gpio_pin_control_select() argument
1474 reg->PIN_CNF[pin_number] = cnf | (ctrl << GPIO_PIN_CNF_MCUSEL_Pos); in nrf_gpio_pin_control_select()
1477 reg->PIN_CNF[pin_number] = cnf | (ctrl << GPIO_PIN_CNF_CTRLSEL_Pos); in nrf_gpio_pin_control_select()
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txrx/
DREADME.md67 - "ctrl buff: 0x32"
71 - "ctrl buff: 0xA"
75 - "ctrl buff: 0xDEADBEEF"
/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h355 NRFY_STATIC_INLINE void nrfy_gpio_pin_control_select(uint32_t pin_number, nrf_gpio_pin_sel_t ctrl) in nrfy_gpio_pin_control_select() argument
358 nrf_gpio_pin_control_select(pin_number, ctrl); in nrfy_gpio_pin_control_select()