Home
last modified time | relevance | path

Searched refs:source_int (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/mpfs_hal/common/
Dmss_h2f.c246 static uint32_t get_corresponding_h2f_output(uint32_t source_int) in get_corresponding_h2f_output() argument
248 uint32_t h2f_line = H2F_int_mapping[source_int]; in get_corresponding_h2f_output()
277 void enable_h2f_int_output(uint32_t source_int) in enable_h2f_int_output() argument
280 uint32_t output_signal = get_corresponding_h2f_output(source_int); in enable_h2f_int_output()
284 source_int -= OFFSET_TO_MSS_GLOBAL_INTS; in enable_h2f_int_output()
287 H2F_CONTROLLER->PLENABLE[source_int/32U] |= (0x01U << (source_int % 32U)); in enable_h2f_int_output()
299 void disable_h2f_int_output(uint32_t source_int) in disable_h2f_int_output() argument
301 uint32_t output_signal = get_corresponding_h2f_output(source_int); in disable_h2f_int_output()
306 H2F_CONTROLLER->PLENABLE[source_int/32U] &= ~(source_int % 32U); in disable_h2f_int_output()
Dmss_h2f.h81 void enable_h2f_int_output(uint32_t source_int);
82 void disable_h2f_int_output(uint32_t source_int);