Lines Matching refs:NRFY_STATIC_INLINE

62 NRFY_STATIC_INLINE void nrfy_dppi_channels_set(NRF_DPPIC_Type * p_reg, uint32_t mask, bool enable)  in nrfy_dppi_channels_set()
76 NRFY_STATIC_INLINE uint8_t nrfy_dppi_channel_number_get(NRF_DPPIC_Type const * p_reg) in nrfy_dppi_channel_number_get()
82 NRFY_STATIC_INLINE uint8_t nrfy_dppi_group_number_get(NRF_DPPIC_Type const * p_reg) in nrfy_dppi_group_number_get()
88 NRFY_STATIC_INLINE void nrfy_dppi_task_trigger(NRF_DPPIC_Type * p_reg, nrf_dppi_task_t dppi_task) in nrfy_dppi_task_trigger()
95 NRFY_STATIC_INLINE uint32_t nrfy_dppi_task_address_get(NRF_DPPIC_Type const * p_reg, in nrfy_dppi_task_address_get()
102 NRFY_STATIC_INLINE bool nrfy_dppi_channel_check(NRF_DPPIC_Type const * p_reg, uint8_t channel) in nrfy_dppi_channel_check()
111 NRFY_STATIC_INLINE void nrfy_dppi_channels_enable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrfy_dppi_channels_enable()
118 NRFY_STATIC_INLINE void nrfy_dppi_channels_disable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrfy_dppi_channels_disable()
125 NRFY_STATIC_INLINE void nrfy_dppi_channels_disable_all(NRF_DPPIC_Type * p_reg) in nrfy_dppi_channels_disable_all()
132 NRFY_STATIC_INLINE void nrfy_dppi_subscribe_set(NRF_DPPIC_Type * p_reg, in nrfy_dppi_subscribe_set()
141 NRFY_STATIC_INLINE void nrfy_dppi_subscribe_clear(NRF_DPPIC_Type * p_reg, nrf_dppi_task_t task) in nrfy_dppi_subscribe_clear()
148 NRFY_STATIC_INLINE void nrfy_dppi_channels_group_set(NRF_DPPIC_Type * p_reg, in nrfy_dppi_channels_group_set()
157 NRFY_STATIC_INLINE void nrfy_dppi_channels_include_in_group(NRF_DPPIC_Type * p_reg, in nrfy_dppi_channels_include_in_group()
166 NRFY_STATIC_INLINE
176 NRFY_STATIC_INLINE void nrfy_dppi_group_clear(NRF_DPPIC_Type * p_reg, in nrfy_dppi_group_clear()
184 NRFY_STATIC_INLINE void nrfy_dppi_group_enable(NRF_DPPIC_Type * p_reg, in nrfy_dppi_group_enable()
192 NRFY_STATIC_INLINE void nrfy_dppi_group_disable(NRF_DPPIC_Type * p_reg, in nrfy_dppi_group_disable()
200 NRFY_STATIC_INLINE nrf_dppi_task_t nrfy_dppi_group_enable_task_get(uint8_t index) in nrfy_dppi_group_enable_task_get()
206 NRFY_STATIC_INLINE nrf_dppi_task_t nrfy_dppi_group_disable_task_get(uint8_t index) in nrfy_dppi_group_disable_task_get()